home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
101_200
/
DISK0163
/
DISK0163.ZIP
/
SPSCN.DOC
< prev
next >
Wrap
Text File
|
1983-08-22
|
1KB
|
39 lines
SPSCN (Space Scan)
Command
--------------------------------------------------
Purpose: This filter reads text from the standard
input and removes any blanks at the end
of each line, it then writes the text to
the standard output.
Format: SPSCN
Type: Internal External
***
Example: SPSCN <texfile.doc >outfil.doc
Will remove any extra blanks at the ends
of the lines in texfile.doc and place the
result in outfil.doc. Or,
DEBUG fnam.com | SPSCN >fnam.lst
( then press u and q)
where fnam.com is some executable file
that you wish to disassemble (see note
below).
Note: SPSCN is particularly useful for cleaning
up files produced by capturing the output
of another program, such as debug, which
adds several spaces to the end of a line
of disassembled code.
Written by Michael Hanson